Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
enable-media-replace
/
classes
/
/home/ariannadhf/www/wp-content/plugins/enable-media-replace/classes/installHelper.php
<?php namespace EnableMediaReplace; use EnableMediaReplace\ShortPixelLogger\ShortPixelLogger as Log; use EnableMediaReplace\Notices\NoticeController as Notices; class InstallHelper { public static function unInstallPlugin() { delete_option( 'enable_media_replace' ); delete_option( 'emr_news' ); delete_option( 'emr_url_cache'); } public static function deactivatePlugin() { Notices::resetNotices(); } }